-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add r7rs character names #323
base: main
Are you sure you want to change the base?
Conversation
I don't object to these changes, but I'm curious. What is the point of treating | as | inside a string? In the implementation, it seems better to handle it in the case just just above the one your modified that handles \ and " similarly. Please add a LOG entry and a couple of mats. |
@dybvig I'll rewrite the patch accordingly. |
1d20448
to
05af954
Compare
When asking on #scheme (2018-06-22), the answer was: |
Recognizing that this a relatively small change, it should probably update the documentation to reflect the added character names and string escape. The LOG entries should also include the modified file, as the other entries in the LOG do. |
May I help with something if it is stalled? |
@ecraven, if you'd like to proceed with this change, please update the documentation and release notes. |
Make ChezScheme read #\escape and #\null, and also | inside strings.
This does nothing about actually writing, it is just meant to make interoperability with R7RS schemes easier.